home *** CD-ROM | disk | FTP | other *** search
-
-
-
- QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt)))) TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888)))) QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))
-
-
-
- NNNNAAAAMMMMEEEE
- QFocusData - Maintains the list of widgets which can take
- focus
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <qfocusdata.h>
-
- PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
- QQQQWWWWiiiiddddggggeeeetttt**** ffffooooccccuuuussssWWWWiiiiddddggggeeeetttt (((()))) ccccoooonnnnsssstttt
- QQQQWWWWiiiiddddggggeeeetttt**** hhhhoooommmmeeee (((())))
- QQQQWWWWiiiiddddggggeeeetttt**** nnnneeeexxxxtttt (((())))
- QQQQWWWWiiiiddddggggeeeetttt**** pppprrrreeeevvvv (((())))
- iiiinnnntttt ccccoooouuuunnnntttt (((()))) ccccoooonnnnsssstttt
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- Maintains the list of widgets which can take focus.
-
- When reimplementing QWidget::focusNextPrevChild() to provide
- special focus flow, you will usually call
- QWidget::focusData() to retrieve the focus data stored at
- the top-level widget - the focus data for that hierarchy of
- widgets.
-
- See also: QWidget::focusNextPrevChild().
-
- MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
- iiiinnnntttt QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::ccccoooouuuunnnntttt (((()))) ccccoooonnnnsssstttt
- Returns a count of the number of widgets in the hierarchy
- which accept focus.
-
- QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::ffffooooccccuuuussssWWWWiiiiddddggggeeeetttt (((()))) ccccoooonnnnsssstttt
- Returns the widgets in the hierarchy which currently has
- focus.
-
- QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::hhhhoooommmmeeee (((())))
- Moves the cursor to the focusWidget() and returns that
- widget. You must call this before next() or prev() to
- iterate meaningfully.
-
- QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::nnnneeeexxxxtttt (((())))
- Moves the cursor to the right. Note that the focus widgets
- are a _l_o_o_p of widgets. If you keep calling next(), it will
- loop, without ever returning 0.
-
- QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::pppprrrreeeevvvv (((())))
- Moves the cursor to the left. Note that the focus widgets
- are a _l_o_o_p of widgets. If you keep calling prev(), it will
- loop, without ever returning 0.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqffffooooccccuuuussssddddaaaattttaaaa....hhhhttttmmmmllll
-
-
-
-
- Page 1 (printed 9/22/98)
-
-
-
-
-
-
- QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt)))) TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888)))) QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))
-
-
-
- CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
- Copyright 1992-1997 Troll Tech AS. See the LICENSE file
- included in the distribution for a complete license
- statement.
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Generated automatically from the source code.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 9/22/98)
-
-
-
-